skip to main content
US FlagAn official website of the United States government
dot gov icon
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
https lock icon
Secure .gov websites use HTTPS
A lock ( lock ) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.


Search for: All records

Creators/Authors contains: "Zhang, Sen"

Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher. Some full text articles may not yet be available without a charge during the embargo (administrative interval).
What is a DOI Number?

Some links on this page may take you to non-federal websites. Their policies may differ from this site.

  1. Abstract The creation of metal‐metal oxide interfaces is an important approach to fine‐tuning catalyst properties through strong interfacial interactions. This article presents the work on developing interfaces between Pt and CeOxthat improve Pt surface energetics for the hydrogen evolution reaction (HER) within an alkaline electrolyte. The Pt‐CeOxinterfaces are formed by depositing size‐controlled Pt nanoparticles onto a carbon support already coated with ultrathin CeOxnanosheets. This interface structure facilitates substantial electron transfer from Pt to CeOx, resulting in decreased hydrogen binding energies on Pt surfaces, and water dissociation for the HER, as predicted by the density functional theory (DFT) calculations. Electrochemical testing indicates that both Pt specific activity and mass activity are improved by a factor of 2 to 3 following the formation of Pt‐CeOxinterfaces. This study underscores the significance and potential of harnessing robust interfacial effects to enhance electrocatalytic reactions. 
    more » « less
  2. The suffix array is a crucial data structure for efficient string analysis. Over the course of twenty-six years, sequential suffix array construction algorithms have achieved O(n) time complexity and in-place sorting. In this paper, we present the Tunnel algorithm, the first large-scale parallel suffix array construction algorithm with a time complexity of O(n/p) based on the parallel random access machine (PRAM) model. The Tunnel algorithm is built on three key ideas: dividing the problem of size O(n) into p sub-problems of reduced size O(n/p) by replacing long suffixes with shorter prefixes of size at most a constant D ; introducing a Tunnel mechanism to efficiently induce the order of a set of suffixes with long common prefixes; developing a strategy to transform a partially ordered suffix set into a total order relation by iteratively applying the Tunnel inducing method. We provide a detailed description of the algorithm, along with a thorough analysis of its time and space complexity, to demonstrate its correctness and efficiency. The proposed Tunnel algorithm exhibits scalable performance, making it suitable for large string analytics on large-scale parallel systems. 
    more » « less